home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / maximus / maxbnk28.zip / MAXBANK.HIS < prev    next >
Text File  |  1992-04-09  |  4KB  |  64 lines

  1. Well, the following is the history of MaxBank.  Actually these are
  2. mostly programming notes that I use to keep track off what I've done.
  3. Even though it is a personal log I figure there is no harm in showing
  4. them to you. 
  5.  
  6. 12/10/91 - Released first beta copy.
  7. 12/12/91 - Fixed chat mode for proper cursor movement.
  8. 12/14/91 - Made changes to I/O routines.
  9. 12/17/91 - Fixed major bugs in modem I/O routines... seem to be working
  10.            smoothly now.
  11. 12/27/91 - Fixed carrier checking so it works on all communication ports.
  12. 12/30/91 - Changed multi-node support so that the current task number
  13.            can be passed thus being easier to setup and much 
  14.            more efficient.   
  15. 01/01/92 - Fixed a bug in SysOp's "List User" function so that the
  16.            columns are evenly spaced not only locally but also on remote 
  17.          - made a major change in MAXBANK.USR format upon demand, changed the
  18.            user file from a FIXED length to DYNAMIC and indefinite length 
  19.            (thus saving valuable disk space)
  20.          - quickly threw together the program to convert the old format to the
  21.            new and updated documentation
  22.          - added local/remote keyboard time out (and added it to the
  23.            configuration file)
  24.          - ran through all the files and prepared a version 2 release package
  25. 01/02/92 - performed tests on version 2 under multi and single node 
  26.            conditions
  27. 01/03/92 - Final version 2.00 release
  28. 02/16/92 - Auto word wrap in chat function added
  29. 03/24/92 - After much encouragement (and a day sick from school) made
  30.            an attempt at producing a new version
  31.          - created configuration file with all the new options MaxBank
  32.            would have
  33.          - sat down and figured out the MUTT v1.0 user file format and
  34.            wrote some elementary code for a convertor that would change a
  35.            MUTT user file to a MaxBank user file
  36.          - rewrote all routines that had to do with withdrawls/deposits 
  37.            to fix a bug that gave users extra time under certain system
  38.            conditions
  39. 03/26/92 - Wow, I'm practically starting from scratch.  Only the 
  40.            communication routines remain intact.  I'm starting fresh.
  41.          - Concentrating on the "Time Bank" portion.  The Byte Bank will 
  42.            wait until the next beta.  Version 3 will contain both.  Promise.
  43.          - Still hacking away.  I have way better routines this time.  
  44.            Boy am I glad I started fresh.
  45.          - just a note to point out, even from remote listing patrons now
  46.            goes in proper column form
  47. 03/28/92 - back again.  Added all kinds of features and wrote a bunch
  48.            of routines.  Check 'em out dude!
  49. 03/31/92 - Depressing news from Scott Dudley.  From what he can figure,
  50.            there is NO way to program a Byte Bank.  He threw a couple of
  51.            ideas my way, and left it up to me to experiment with.
  52. 04/01/92 - Well, took Byte Bank Menu off v2.8 release.  I'm not making this
  53.            the version 3.0 release as I hope to have a Byte Bank by then.
  54. 04/04/92 - Added the function to remove an account. (Kill KILL!)  Beta
  55.            testing is about over.  Now let us finish the documentation!
  56.          - Documentation finished.  Just a case of a quick proof reading
  57.            and getting it released.
  58. 04/09/92 - Made logging function more verbose than just "IN" and "OUT"!
  59.          - Added F1=HELP function to status bar, now toggles help/info 
  60.          - proper checking of existance of LASTUS?? installed.  Save some
  61.            hassle here.
  62.          - better handling of task switch numbers
  63. 04/10/92 - RELEASE
  64.